home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACup 1998 March
/
Image.iso
/
showdata
/
SHOWEINF.Dxr
/
00007_RO Karte.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-07-31
|
213 b
|
11 lines
on checkRO
global oldRO
if not (rollOver() = oldRO) then
set ROchannel to rollOver()
if (ROchannel > 9) and (ROchannel < 40) then
put ROchannel
end if
set oldRO to ROchannel
end if
end